Process/Instances({ProcessInstanceID})/DataFields

Returns a data field collection for the Process instance with the specified identifier (ProcessInstanceID).

  Value Notes
URI {Service Root URI}/Process/Instances({ProcessInstanceID})/DataFields
e.g.
https://api.denallix.com:443/K2Services/REST.svc/Process/Instances(8)/DataFields
  • {ProcessInstanceID } is a Integer and is the identifier of the process instance
  • No filters are applied if options are not provided
  • Optional Query Options:
    System Query Options
Method GET  
Return Type

DataFieldCollection or Failure

 
Return Example <DataFieldCollection
    xmlns="http://schemas.k2.com/process/d1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <DataField Name="MyProcessDataField1">Some data value</DataField>
    <DataField Name="MyProcessDataField2">Some other data value</DataField>
</DataFieldCollection>

 

K2 blackpearl Developers Reference4.7
Video Links Learn Support
No videos found for this article
K2 on YouTube
No Additional links found for this article
No self-learning content for this article
Try some scenarios...
No relevant support links available for this article